home *** CD-ROM | disk | FTP | other *** search
/ Totally for Newton 10 / PDA10.toast / mac / Packages / Programming / 2.x / More Routing / Graphics.f < prev    next >
Encoding:
Text File  |  1997-03-14  |  439 b   |  11 lines  |  [TEXT/R*ch]

  1. // Copyright (c) 1996-1997 Jeremy Wyld. All rights reserved.
  2. /* For best viewing pleasure set the font to: Courier 10pt with 3 space tabs */
  3.  
  4.  
  5. OpenResFile("More Routing.rsrc");                                // \
  6.                                                                             //  \
  7. DefConst('kIcon, GetPictAsBits("RoutePutAway", TRUE));    //   \__ Grab the icons for the routing
  8. DefConst('kIconStyles, GetPictAsBits("RecInk", TRUE));    //   /   items.
  9.                                                                             //  /
  10. CloseResFile();                                                        // /
  11.